- 
                Notifications
    
You must be signed in to change notification settings  - Fork 162
 
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2 #1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2 #1340
Conversation
| 
           @microsoft-github-policy-service agree company="Microsoft"  | 
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@             Coverage Diff             @@
##           dev/202405    #1340   +/-   ##
===========================================
  Coverage        1.60%    1.60%           
===========================================
  Files            1383     1383           
  Lines          359864   359864           
  Branches         5524     5524           
===========================================
  Hits             5760     5760           
  Misses         353997   353997           
  Partials          107      107           
 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
  | 
    
787512f    to
    14e16b4      
    Compare
  
    | 
           Can you please create a PR into EDK2 for these changes? We could like to prevent as many deviations from EDK2 as possible, and creating a PR into EDK2 will help prevent the number of deltas from EDK we have to maintain.  | 
    
14e16b4    to
    ceed9a4      
    Compare
  
    | 
           The PR has been created in EDK II for these changes and is waiting for review.  | 
    
Description
MdePkg: Add MockSynchronizationLib and MockSmmSxDispatch2
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
The mock library and protocol can be consumed success in a Unit test.
Integration Instructions
N/A